home *** CD-ROM | disk | FTP | other *** search
/ The Game Master (3rd Edition) / The Game Master 3rd edition.iso / files / demo_vga / utilega1 / makecom.bat < prev    next >
Encoding:
DOS Batch File  |  1986-07-07  |  128 b   |  10 lines

  1. echo on
  2. masm %1,%1,NUL,NUL;
  3. link %1,%1,NUL,;
  4. exe2bin %1
  5. del %1.com
  6. ren %1.bin %1.com
  7. del %1.obj
  8. del %1.exe
  9.  
  10.